reflect.uncommonType.pkgPath (field)

3 uses

	reflect (current package)
		type.go#L344: 	pkgPath nameOff // import path; empty for built-in types like int, string
		type.go#L905: 	return t.nameOff(ut.pkgPath).name()
		type.go#L1597: 					vmPkgPath = V.nameOff(v.pkgPath).name()